Class PersonMatchResult
Inheritance
System.Object
PersonMatchResult
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageDemo.Viewmodels
Assembly: ImageDemo.dll
Syntax
public class PersonMatchResult : INotifyPropertyChanged
Properties
DetectId
Declaration
public int DetectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
FirstName
Declaration
public string FirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FrameId
Declaration
public ulong FrameId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt64 |
LastName
Declaration
public string LastName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PersonId
Declaration
public long PersonId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Photo
Declaration
public BitmapSource Photo { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Windows.Media.Imaging.BitmapSource |
Score
Declaration
public double Score { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
TrackId
Declaration
public int TrackId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type | Description |
|---|---|
| System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged